# INDEXU-START
php_value error_reporting 7
# DO NOT CHANGE THE FOLLOWING LINES
# status: 1
# pattern_category: {$cat_path}/more{$page}.html
# pattern_detail: detail/{$link_id}/{$link_title}.html

Options -MultiViews
RewriteEngine On

RewriteRule ^detail/(.*)/(.*).html detail.php?linkid=$1
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-l
RewriteRule ^.* browse.php

# INDEXU-END